home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / mail / mailx6 / _setup.1 / MAIN2.DFM / MAIN2.txt
Encoding:
Text File  |  1996-03-08  |  8.7 KB  |  405 lines

  1. object DemoForm: TDemoForm
  2.   Left = 187
  3.   Top = 100
  4.   Width = 483
  5.   Height = 396
  6.   Caption = 'Mail eXtension DEMO for DELPHI'
  7.   Font.Color = clBlack
  8.   Font.Height = -13
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object Panel1: TPanel
  15.     Left = 0
  16.     Top = 0
  17.     Width = 477
  18.     Height = 49
  19.     Align = alTop
  20.     TabOrder = 1
  21.     object btnScan: TButton
  22.       Left = 104
  23.       Top = 8
  24.       Width = 89
  25.       Height = 33
  26.       Hint = 'Scan your Inbox'
  27.       Caption = 'Scan Inbox'
  28.       ParentShowHint = False
  29.       ShowHint = True
  30.       TabOrder = 0
  31.       OnClick = btnScanClick
  32.     end
  33.     object btnRecipient: TButton
  34.       Left = 200
  35.       Top = 8
  36.       Width = 81
  37.       Height = 33
  38.       Hint = 'Show Recipients'
  39.       Caption = 'Recipients'
  40.       ParentShowHint = False
  41.       ShowHint = True
  42.       TabOrder = 1
  43.       OnClick = btnRecipientClick
  44.     end
  45.     object btnFiles: TButton
  46.       Left = 288
  47.       Top = 8
  48.       Width = 81
  49.       Height = 33
  50.       Hint = 'Show File attachments'
  51.       Caption = 'Attachment'
  52.       ParentShowHint = False
  53.       ShowHint = True
  54.       TabOrder = 2
  55.       OnClick = btnFilesClick
  56.     end
  57.     object btnMessage: TButton
  58.       Left = 376
  59.       Top = 8
  60.       Width = 81
  61.       Height = 33
  62.       Hint = 'Message'
  63.       Caption = 'Message'
  64.       ParentShowHint = False
  65.       ShowHint = True
  66.       TabOrder = 3
  67.       OnClick = btnMessageClick
  68.     end
  69.     object btnSignOn: TButton
  70.       Left = 8
  71.       Top = 8
  72.       Width = 81
  73.       Height = 33
  74.       Hint = 'Sign On your Mail System'
  75.       Caption = 'Sign On'
  76.       ParentShowHint = False
  77.       ShowHint = True
  78.       TabOrder = 4
  79.       OnClick = btnSignOnClick
  80.     end
  81.   end
  82.   object Tab: TTabbedNotebook
  83.     Left = 16
  84.     Top = 64
  85.     Width = 449
  86.     Height = 257
  87.     TabsPerRow = 4
  88.     TabFont.Color = clBlack
  89.     TabFont.Height = -11
  90.     TabFont.Name = 'Arial'
  91.     TabFont.Style = []
  92.     TabOrder = 0
  93.     object TTabPage
  94.       Left = 5
  95.       Top = 27
  96.       Caption = 'Inbox'
  97.       object Label1: TLabel
  98.         Left = 16
  99.         Top = 192
  100.         Width = 131
  101.         Height = 16
  102.         Caption = 'Total Inbox messages:'
  103.       end
  104.       object szCount: TLabel
  105.         Left = 160
  106.         Top = 192
  107.         Width = 137
  108.         Height = 16
  109.         AutoSize = False
  110.       end
  111.       object Outline1: TOutline
  112.         Left = 8
  113.         Top = 16
  114.         Width = 417
  115.         Height = 169
  116.         ItemHeight = 16
  117.         TabOrder = 0
  118.         OnDblClick = Outline1DblClick
  119.         ItemSeparator = '\'
  120.       end
  121.     end
  122.     object TTabPage
  123.       Left = 5
  124.       Top = 27
  125.       Caption = 'Recipients'
  126.       object Label6: TLabel
  127.         Left = 16
  128.         Top = 16
  129.         Width = 90
  130.         Height = 16
  131.         Caption = 'Resolve Names'
  132.       end
  133.       object Label7: TLabel
  134.         Left = 16
  135.         Top = 56
  136.         Width = 83
  137.         Height = 16
  138.         Caption = 'Recipient List:'
  139.       end
  140.       object ReciGrid: TStringGrid
  141.         Left = 16
  142.         Top = 80
  143.         Width = 313
  144.         Height = 137
  145.         Hint = 'Message Recipient List'
  146.         ColCount = 2
  147.         DefaultColWidth = 150
  148.         DefaultRowHeight = 20
  149.         FixedRows = 0
  150.         Options = [goFixedVertLine, goFixedHorzLine, goHorzLine, goRangeSelect, goColSizing, goTabs, goThumbTracking]
  151.         ParentShowHint = False
  152.         RowCount = 1
  153.         ShowHint = True
  154.         TabOrder = 0
  155.         OnDblClick = ReciGridDblClick
  156.         RowHeights = (
  157.           24)
  158.       end
  159.       object szResolve: TEdit
  160.         Left = 120
  161.         Top = 16
  162.         Width = 209
  163.         Height = 24
  164.         Hint = 'Enter recipient names to resolve'
  165.         ParentShowHint = False
  166.         ShowHint = True
  167.         TabOrder = 1
  168.       end
  169.       object BtnResolve: TButton
  170.         Left = 344
  171.         Top = 8
  172.         Width = 89
  173.         Height = 57
  174.         Hint = 'Resolve Recipient Names'
  175.         Caption = 'Resolve'
  176.         ParentShowHint = False
  177.         ShowHint = True
  178.         TabOrder = 2
  179.         OnClick = BtnResolveClick
  180.       end
  181.       object BtnAdd: TButton
  182.         Left = 344
  183.         Top = 80
  184.         Width = 89
  185.         Height = 57
  186.         Hint = 'Add Resolved recipient address'
  187.         Caption = 'Add Names'
  188.         ParentShowHint = False
  189.         ShowHint = True
  190.         TabOrder = 3
  191.         OnClick = BtnAddClick
  192.       end
  193.       object btnAddress: TButton
  194.         Left = 344
  195.         Top = 152
  196.         Width = 89
  197.         Height = 57
  198.         Hint = 'Display Address Dialog'
  199.         Caption = 'Address Dlg'
  200.         ParentShowHint = False
  201.         ShowHint = True
  202.         TabOrder = 4
  203.         OnClick = btnAddressClick
  204.       end
  205.     end
  206.     object TTabPage
  207.       Left = 5
  208.       Top = 27
  209.       Caption = 'Attachments'
  210.       object FileGrid: TStringGrid
  211.         Left = 16
  212.         Top = 8
  213.         Width = 409
  214.         Height = 201
  215.         Hint = 'Message Attachment List'
  216.         ColCount = 2
  217.         DefaultColWidth = 200
  218.         FixedCols = 0
  219.         FixedRows = 0
  220.         Options = [goFixedVertLine, goHorzLine, goRangeSelect]
  221.         ParentShowHint = False
  222.         RowCount = 1
  223.         ShowHint = True
  224.         TabOrder = 0
  225.       end
  226.     end
  227.     object TTabPage
  228.       Left = 5
  229.       Top = 27
  230.       Caption = 'Message'
  231.       object Label2: TLabel
  232.         Left = 16
  233.         Top = 8
  234.         Width = 44
  235.         Height = 16
  236.         Caption = 'Subject'
  237.       end
  238.       object Label3: TLabel
  239.         Left = 16
  240.         Top = 40
  241.         Width = 34
  242.         Height = 16
  243.         Caption = 'From:'
  244.       end
  245.       object Label4: TLabel
  246.         Left = 16
  247.         Top = 72
  248.         Width = 88
  249.         Height = 16
  250.         Caption = 'Time Received:'
  251.       end
  252.       object Label5: TLabel
  253.         Left = 16
  254.         Top = 104
  255.         Width = 59
  256.         Height = 16
  257.         Caption = 'Note Part:'
  258.       end
  259.       object szNotePart: TMemo
  260.         Left = 16
  261.         Top = 128
  262.         Width = 313
  263.         Height = 89
  264.         Hint = 'Message Note Part'
  265.         ParentShowHint = False
  266.         ShowHint = True
  267.         TabOrder = 0
  268.       end
  269.       object szSubject: TEdit
  270.         Left = 88
  271.         Top = 8
  272.         Width = 241
  273.         Height = 24
  274.         Hint = 'Message Subject'
  275.         ParentShowHint = False
  276.         ShowHint = True
  277.         TabOrder = 1
  278.       end
  279.       object szFrom: TEdit
  280.         Left = 88
  281.         Top = 40
  282.         Width = 241
  283.         Height = 24
  284.         Hint = 'Message Sender'
  285.         ParentShowHint = False
  286.         ShowHint = True
  287.         TabOrder = 2
  288.       end
  289.       object szTime: TEdit
  290.         Left = 104
  291.         Top = 72
  292.         Width = 225
  293.         Height = 24
  294.         Hint = 'Time Received'
  295.         ParentShowHint = False
  296.         ShowHint = True
  297.         TabOrder = 3
  298.       end
  299.       object btnReply: TButton
  300.         Left = 336
  301.         Top = 8
  302.         Width = 97
  303.         Height = 57
  304.         Hint = 'Reply Current Message'
  305.         Caption = 'Reply'
  306.         ParentShowHint = False
  307.         ShowHint = True
  308.         TabOrder = 4
  309.         OnClick = btnReplyClick
  310.       end
  311.       object btnForward: TButton
  312.         Left = 336
  313.         Top = 80
  314.         Width = 97
  315.         Height = 57
  316.         Hint = 'Forward Current Message'
  317.         Caption = 'Forward'
  318.         ParentShowHint = False
  319.         ShowHint = True
  320.         TabOrder = 5
  321.         OnClick = btnForwardClick
  322.       end
  323.       object btnSend: TButton
  324.         Left = 336
  325.         Top = 152
  326.         Width = 97
  327.         Height = 57
  328.         Hint = 'Send a new Message'
  329.         Caption = 'New Msg'
  330.         ParentShowHint = False
  331.         ShowHint = True
  332.         TabOrder = 6
  333.         OnClick = btnSendClick
  334.       end
  335.     end
  336.   end
  337.   object Panel2: TPanel
  338.     Left = 0
  339.     Top = 341
  340.     Width = 477
  341.     Height = 30
  342.     Align = alBottom
  343.     TabOrder = 2
  344.     object szStatus: TLabel
  345.       Left = 8
  346.       Top = 8
  347.       Width = 425
  348.       Height = 16
  349.       AutoSize = False
  350.     end
  351.   end
  352.   object MXForm1: TMXForm
  353.     Left = 224
  354.     Top = 48
  355.     Width = 213
  356.     Height = 18
  357.     MXFormName = 'FormTag3'
  358.   end
  359.   object MXSession1: TMXSession
  360.     Left = 0
  361.     Top = 308
  362.     Width = 30
  363.     Height = 30
  364.     Custom = 'Push ... for Custom Properties'
  365.   end
  366.   object MXMessage1: TMXMessage
  367.     Left = 0
  368.     Top = 268
  369.     Width = 30
  370.     Height = 30
  371.     DisplayErrors = False
  372.     Custom = 'Push ... for Custom Properties'
  373.     BindString = 'MXSession1'
  374.     MarkAsRead = False
  375.     TimeFormat = '%m/%d/%y'
  376.   end
  377.   object MXMessage2: TMXMessage
  378.     Left = 200
  379.     Top = 308
  380.     Width = 30
  381.     Height = 30
  382.     Custom = 'Push ... for Custom Properties'
  383.     BindString = 'MXSession1'
  384.     SuppressAttach = False
  385.     TimeFormat = '%m/%d/%y'
  386.   end
  387.   object MXRecipient1: TMXRecipient
  388.     Left = 244
  389.     Top = 308
  390.     Width = 30
  391.     Height = 30
  392.     Custom = 'Push ... for Custom Properties'
  393.     BindString = 'MXMessage2'
  394.   end
  395.   object MXFile1: TMXFile
  396.     Left = 284
  397.     Top = 308
  398.     Width = 30
  399.     Height = 30
  400.     DisplayErrors = False
  401.     Custom = 'Push ... for Custom Properties'
  402.     BindString = 'MXMessage2'
  403.   end
  404. end
  405.